home *** CD-ROM | disk | FTP | other *** search
- #include "QD3DtoQTVR.h"
- #include "main.h"
- #include "inits.h"
- #include "event.h"
-
- void main(void)
-
- {
-
- InitializeToolbox();
-
- SetCursor(*GetCursor(watchCursor)) ;
-
- InitializeGlobals();
-
- InitAEStuff();
-
- SetCursor(&qd.arrow) ;
-
- EventLoop();
-
- DeallocateGlobals();
- }
-